#include <deFunctors.hpp>
Collaboration diagram for deBoundsCheckedArray< T >:

Public Member Functions | |
| deBoundsCheckedArray () | |
| ~deBoundsCheckedArray () | |
| void | operator= (T *refarray) |
| void | SetLength (int size) |
| int | GetLength () |
| T & | operator[] (int index) |
Private Attributes | |
| T * | m_array |
| int | m_length |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3-rc3